home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / komunikace / alleycode / alleycodesetup.exe / {app} / PHP / time.php < prev    next >
Encoding:
PHP Script  |  2002-11-20  |  33 b   |  5 lines

  1. <?php
  2.  
  3. echo date("H:i");
  4.  
  5. ?>